home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / gfx / show / gs403_data.readme < prev    next >
Encoding:
Text File  |  1997-05-03  |  15.0 KB  |  323 lines

  1. Short:    Ghostscript4.03 data archive, get a bin archive
  2. Author:   GS(Aladdin)/Amiga(Olaf Barthel)/Steffen Opel)/Port(me)
  3. Uploader: JoopvandeWege@mail.mococo.nl
  4. Type:     gfx/show
  5.  
  6. This is the Amiga port of Ghostscript4.03. Ghostscript is a Postscript
  7. interpreter with support for Level 2 PS and PDF. This release includes
  8. most popular printers and fileformats including an updated Amiga display
  9. driver.
  10.  
  11. Features:
  12. Ghostscript supports three Amiga specific devices (but see below for ILBM):
  13.     amiga           Amiga Workbench window
  14.     amiga_custom    Amiga custom screenmodes
  15.     amiga_printer   Amiga printer.device
  16. (redesign done by Steffen Opel opel@sto.isdn.uni-mannheim.de)
  17.  
  18. The device 'amiga' opens an Intuition window on the Workbench screen to
  19. display the image. Its usage should be pretty obvious.
  20.  
  21. The device 'amiga_custom' opens a Customscreen to display the image. This 
  22. allows any Display Mode available in the screenmode preferences to be used
  23. with Ghostscript too.
  24.  
  25. The device 'amiga_printer' is a convenient alternative for the printer devices
  26. provided by Ghostscript itself. It facilitates standard Amiga printing via the
  27. Workbench printer drivers and respects most settings in the graphics 
  28. preferences as described in the Workbench documentation.
  29.  
  30. All three devices are supporting -g and -r as described in 'use.txt'.
  31.  
  32. Ghostscript currently has only limited support for IFF ILBM files:
  33.     amiga_ilbm    IFF ILBM file format
  34.  
  35. The device 'amiga_ilbm' works like any other Ghostscript raster file or 
  36. printer device (i.e. pbm), see 'Choosing the output device' above on how 
  37. to specify an output file.
  38. It supports dithered grayscale only and is not portable to other platforms 
  39. because it uses iffparse.library. A portable implementation with color 
  40. support is currently under development.
  41.  
  42. This port requires:
  43. - An  Amiga  equipped Kickstart 2.04 or higher.
  44. - Approx. 4.7 MBytes of hard disk space available.
  45. - A  minimum  of 1 MByte of chip memory, depending on what you want to do
  46.   with  the  interpreter.  Printer output requires at least 2 MBytes of
  47.   contiguous memory (any memory, not necessarily chip memory).
  48. - A bunch of Postscript/Ghostscript fonts.
  49.  
  50. Comments/Suggestions/Bugs to:
  51. JoopvandeWege@mail.mococo.nl
  52. Please use a Subject field with the name 'GS403' in it.
  53. Please direct all mail to me except when you're 100% sure it is a GS
  54. problem then you can use the Aladdin email address.
  55.  
  56. Joop van de Wege
  57.  
  58.  
  59. Getting Ghostscript.
  60. Download one of the binary archives which match your CPU. It contains
  61. one binary.You might need a patch which is only needed if:
  62. - you have an 040
  63. - and Kickstart 3.1
  64. - and are *NOT* running one of the 040 binaries.
  65. - and you are *NOT* using the latest 'setpatch'.
  66. (it fixes a couple of bugs in 3.1. The symptoms are GURU 8..0B. If you get
  67. them then you need SetMathPatch, probably. Read the docs of SetMathPatch)
  68.  
  69. How to use Ghostscript.
  70. - Unpack the archive gs403data.lha to a suitable HD with enough room (~3.5M).
  71.   for example 'Work:'.
  72.   A directory 'Ghostscript' will be created and all files needed are found
  73.   within this directory (Work:Ghostscript).
  74. - Unpack one of the special binary archives to the same HD and the executable
  75.   will automatically be placed in the same directory (Work:Ghostscript/gs_000).
  76.   Further do:
  77.   - Assign Ghostscript: Work:Ghostscript
  78.   - path Ghostscript: add
  79.     (Optionally, rename the binary gs_xxx to 'gs')
  80.     Now you can call 'gs' from anywhere with or without arguments. If you add
  81.     the above fragment (Assign ... add) to your s:user-startup then it will
  82.     available everytime you start your computer
  83. - Unpack gs403fonts-std.lha, if you don't have a set of good quality
  84.   postscript fonts. The advantage of using this archive is that you don't
  85.   need to mess with the file 'Fontmap'. The fonts will be placed in 
  86.   'Work:Ghostscript/fonts'.
  87. Or if you already have postscript fonts, do the following:
  88.   - Assign PSFonts: to your postscript font directory (anywhere)
  89.   - create file PSFonts:FONTMAP with at least the following entries:
  90.  
  91. % fontmap aka Fontmap
  92. % ----------------------------------------------------------------
  93. /Times-Roman                    (ptmr.gsf)      ;
  94. /Times-Italic                   (ptmri.gsf)     ;
  95. /Times-Bold                     (ptmb.gsf)      ;
  96. /Times-BoldItalic               (ptmbi.gsf)     ;
  97.  
  98.     It does not matter, which font files are assigned (see below)
  99.  
  100.   - entries within the FONTMAP file at PSFonts: must follow the
  101.     scheme described below:
  102.  
  103.           /Fontname             (Filename)      ;
  104.  
  105.     for example
  106.  
  107.           /Helvetica            (Helvet.pfb)    ;
  108.  
  109.     which means, the corresponding files must actually exist.
  110.     But one also my substitute Fonts symbolically by other fonts,
  111.     like for example:
  112.  
  113.           /Helvetica_Bold       /Helvetica      ;
  114.  
  115.   - the variables in ENV: and ENVARC: must look as follows:
  116.  
  117.       Variable          Content        Remark
  118.  
  119.       GS_FONTPATH                      do not set: delete this one!!
  120.       GS_LIB            PSFonts:
  121.       GS_OPTIONS                       set it, but keep it empty
  122.       GS_DEVICE         amiga          for example (its the default)
  123.  
  124.  
  125. See the 'Ghostscript/docs/use.txt' directory for more information, like
  126. commandline options. Some notes:
  127. - Watch out for case sensitivity when using commandline options, -sOutputFile
  128.   is not equal to -soutputfile !!!!!
  129. - Set your stack high enough, 32000 bytes should do it (stack 32000).
  130.  
  131. Some very useful commandlines with comments in ():
  132. gs -h (outputs small help on most important arguments, and lists all availble
  133.        output devices)
  134. gs (gs opens window on WB and use its palette, use 256color WB if possible,
  135.     there is a problem with NewIcons, it looks like all palette entries are
  136.     reserved by NewIcons so GS will only display in B/W if you use NewIcons)
  137. gs -sDEVICE=png16m (uses the built-in PNG support instead of window on WB)
  138. gs -sOutputFile=ram:output%02d.png -sDEVICE=png256
  139.    (output to files numbered ram:output01.png/ram:output02.png/etc using
  140.     the PNG format (8bit))
  141. gs -r120 (use 120dpi as resolution instead of built-in 72, uses heaps of
  142.           memory at high values)
  143. Arguments useful for PDF files (and ps documents conforming to DSC ?)
  144. gs -dFirstPage=pagenumber (starts on the given page of the document)
  145. gs -dLastPage=pagenumber (Stops after the given page of the document)
  146. See use.doc/Switches for a complete overview of what is available.
  147.  
  148. (taken from 'new-user.txt')
  149. PDF encryption
  150. --------------
  151.  
  152. A user outside the U.S. has created code that allows processing of encrypted
  153. PDF files.  Unfortunately, current U.S. export control laws don't allow
  154. redistribution of this code from a site in the U.S., even though it's freely
  155. available to anyone anywhere in the world from its author's site, so you'll
  156. have to get this code from:
  157.  
  158.         http://www.ozemail.com.au/~geoffk/pdfencrypt/pdf_sec.ps
  159.  
  160. If that doesn't work, try:
  161.  
  162.         http://www.ozemail.com.au/%7Egeoffk/pdfencrypt/pdf_sec.ps
  163.  
  164. The patch consists entirely of PostScript code, so it can be added to a
  165. running version of Ghostscript -- you don't have to recompile anything.  It
  166. is a single file that replaces the file pdf_sec.ps in the standard
  167. Ghostscript fileset (Ghostscript:data/pdf_sec.ps).
  168.  
  169.  
  170. ============================= Archive contents =============================
  171.  
  172. Original  Packed Ratio    Date     Time    Name
  173. -------- ------- ----- --------- --------  -------------
  174.       52      52  0.0% 12-Apr-97 14:22:14 +bdftops
  175.       69      69  0.0% 12-Apr-97 14:22:14 +font2c
  176.       94      94  0.0% 12-Apr-97 14:22:12 +gsbj
  177.       96      95  1.0% 12-Apr-97 14:22:12 +gsdj
  178.       96      96  0.0% 12-Apr-97 14:22:12 +gsdj500
  179.       97      96  1.0% 12-Apr-97 14:22:12 +gslj
  180.       68      68  0.0% 12-Apr-97 14:22:14 +gslp
  181.       35      35  0.0% 12-Apr-97 14:22:14 +gsnd
  182.      394     274 30.4% 12-Apr-97 14:22:16 +pdf2dsc
  183.      339     253 25.3% 12-Apr-97 14:22:16 +pdf2ps
  184.      154     130 15.5% 12-Apr-97 14:22:16 +printafm
  185.      639     304 52.4% 12-Apr-97 14:22:16 +ps2ascii
  186.     1575     753 52.1% 12-Apr-97 14:22:18 +ps2epsi
  187.      400     253 36.7% 12-Apr-97 14:22:18 +ps2pdf
  188.       52      52  0.0% 12-Apr-97 14:22:18 +wftopfa
  189.     4272     931 78.2% 12-Apr-97 14:22:38 +acctest.ps
  190.     2376    1180 50.3% 12-Apr-97 14:22:40 +align.ps
  191.    23444    8097 65.4% 12-Apr-97 14:22:40 +bdftops.ps
  192.     1871     937 49.9% 12-Apr-97 14:22:40 +caption.ps
  193.    11046    2793 74.7% 12-Apr-97 14:22:26 +cbjc600.ppd
  194.    11389    2862 74.8% 12-Apr-97 14:22:26 +cbjc800.ppd
  195.      295     178 39.6% 12-Apr-97 14:22:40 +decrypt.ps
  196.     7158    2161 69.8% 12-Apr-97 14:22:42 +docie.ps
  197.    19815    6536 67.0% 12-Apr-97 14:22:42 +font2c.ps
  198.    13582    4787 64.7% 12-Apr-97 14:22:26 +Fontmap
  199.     9636    3852 60.0% 12-Apr-97 14:22:28 +gs_btokn.ps
  200.     2704    1213 55.1% 12-Apr-97 14:22:28 +gs_ccfnt.ps
  201.     3936    1677 57.3% 12-Apr-97 14:22:28 +gs_cidfn.ps
  202.     6937    2235 67.7% 12-Apr-97 14:22:30 +gs_cmap.ps
  203.     2433    1129 53.5% 12-Apr-97 14:22:36 +gs_dbt_e.ps
  204.     8757    3010 65.6% 12-Apr-97 14:22:30 +gs_dps1.ps
  205.    24441    8405 65.6% 12-Apr-97 14:22:30 +gs_fonts.ps
  206.    42252   14981 64.5% 12-Apr-97 14:22:28 +gs_init.ps
  207.     2939    1326 54.8% 12-Apr-97 14:22:36 +gs_iso_e.ps
  208.     4091    1677 59.0% 12-Apr-97 14:22:32 +gs_kanji.ps
  209.     3440     885 74.2% 12-Apr-97 14:22:38 +gs_ksb_e.ps
  210.     5797    2234 61.4% 12-Apr-97 14:23:04 +gs_l2img.ps
  211.    10424    3695 64.5% 12-Apr-97 14:22:32 +gs_lev2.ps
  212.     4108    1360 66.8% 12-Apr-97 14:23:08 +gs_mex_e.ps
  213.     2547    1140 55.2% 12-Apr-97 14:23:10 +gs_mro_e.ps
  214.    17126    5924 65.4% 12-Apr-97 14:23:04 +gs_pdf.ps
  215.     1788     862 51.7% 12-Apr-97 14:23:10 +gs_pdf_e.ps
  216.     8476    2902 65.7% 12-Apr-97 14:23:12 +gs_pdfwr.ps
  217.     6053    2391 60.4% 12-Apr-97 14:22:32 +gs_pfile.ps
  218.    17113    5434 68.2% 12-Apr-97 14:22:32 +gs_res.ps
  219.    19601    6148 68.6% 12-Apr-97 14:22:34 +gs_setpd.ps
  220.    10549    3661 65.2% 12-Apr-97 14:22:34 +gs_statd.ps
  221.     3388    1276 62.3% 12-Apr-97 14:22:38 +gs_std_e.ps
  222.     3238    1494 53.8% 12-Apr-97 14:22:38 +gs_sym_e.ps
  223.    14178    4963 64.9% 12-Apr-97 14:22:34 +gs_ttf.ps
  224.     1697     817 51.8% 12-Apr-97 14:22:36 +gs_typ42.ps
  225.     4833    2068 57.2% 12-Apr-97 14:22:36 +gs_type1.ps
  226.     1647     801 51.3% 12-Apr-97 14:23:10 +gs_wan_e.ps
  227.    14854    4988 66.4% 12-Apr-97 14:22:42 +gslp.ps
  228.     5688    2410 57.6% 12-Apr-97 14:22:44 +impath.ps
  229.     1455     589 59.5% 12-Apr-97 14:22:44 +landscap.ps
  230.       59      50 15.2% 12-Apr-97 14:22:44 +level1.ps
  231.     3237    1026 68.3% 12-Apr-97 14:22:44 +lines.ps
  232.     3622    1444 60.1% 12-Apr-97 14:22:46 +markhint.ps
  233.     2039     905 55.6% 12-Apr-97 14:22:46 +markpath.ps
  234.    10506    3940 62.4% 12-Apr-97 14:22:46 +packfile.ps
  235.     2132    1027 51.8% 12-Apr-97 14:22:48 +pcharstr.ps
  236.     2498     976 60.9% 12-Apr-97 14:23:04 +pdf2dsc.ps
  237.     7712    2764 64.1% 12-Apr-97 14:23:08 +pdf_2ps.ps
  238.    13103    4638 64.6% 12-Apr-97 14:23:06 +pdf_base.ps
  239.     8496    3212 62.1% 12-Apr-97 14:23:06 +pdf_draw.ps
  240.    11761    3959 66.3% 12-Apr-97 14:23:06 +pdf_font.ps
  241.    13849    5008 63.8% 12-Apr-97 14:23:08 +pdf_main.ps
  242.     2059    1043 49.3% 12-Apr-97 14:23:08 +pdf_sec.ps
  243.     3387    1449 57.2% 12-Apr-97 14:22:48 +pfbtogs.ps
  244.     2093     888 57.5% 12-Apr-97 14:22:48 +ppath.ps
  245.     4162    1574 62.1% 12-Apr-97 14:22:48 +prfont.ps
  246.     3187    1361 57.2% 12-Apr-97 14:22:50 +printafm.ps
  247.    22313    7077 68.2% 12-Apr-97 14:22:50 +ps2ai.ps
  248.    39665   12893 67.4% 12-Apr-97 14:22:50 +ps2ascii.ps
  249.     7209    2578 64.2% 12-Apr-97 14:22:52 +ps2epsi.ps
  250.      119      97 18.4% 12-Apr-97 14:22:52 +ps2image.ps
  251.     7845    2989 61.8% 12-Apr-97 14:22:52 +pstoppm.ps
  252.        5       5  0.0% 12-Apr-97 14:22:52 +quit.ps
  253.     3081    1352 56.1% 12-Apr-97 14:22:54 +showchar.ps
  254.        9       9  0.0% 12-Apr-97 14:22:54 +showpage.ps
  255.    25847    7139 72.3% 12-Apr-97 14:22:54 +stcinfo.ps
  256.     5338    2137 59.9% 12-Apr-97 14:22:54 +stcolor.ps
  257.     1676     863 48.5% 12-Apr-97 14:22:56 +traceimg.ps
  258.     2782    1204 56.7% 12-Apr-97 14:22:56 +traceop.ps
  259.     2685    1244 53.6% 12-Apr-97 14:22:56 +type1enc.ps
  260.     6709    2376 64.5% 12-Apr-97 14:22:58 +type1ops.ps
  261.     1900     791 58.3% 12-Apr-97 14:22:58 +unprot.ps
  262.     2159    1080 49.9% 12-Apr-97 14:22:58 +viewcmyk.ps
  263.     4694    1803 61.5% 12-Apr-97 14:22:58 +viewgif.ps
  264.     4141    1836 55.6% 12-Apr-97 14:23:00 +viewjpeg.ps
  265.     3991    1674 58.0% 12-Apr-97 14:23:00 +viewpbm.ps
  266.     4082    1840 54.9% 12-Apr-97 14:23:00 +viewpcx.ps
  267.     1431     719 49.7% 12-Apr-97 14:23:00 +viewps2a.ps
  268.     9071    3436 62.1% 12-Apr-97 14:23:02 +wftopfa.ps
  269.     3893    1627 58.2% 12-Apr-97 14:23:02 +winmaps.ps
  270.    18226    5906 67.5% 12-Apr-97 14:23:02 +wrfont.ps
  271.     2612    1014 61.1% 12-Apr-97 14:23:04 +zeroline.ps
  272.     4704    2037 56.6% 12-Apr-97 14:23:16 +c-style.txt
  273.      501     297 40.7% 12-Apr-97 14:23:12 +COPYING
  274.     5314    2494 53.0% 12-Apr-97 14:23:16 +current.txt
  275.    77944   30374 61.0% 12-Apr-97 14:23:18 +devices.txt
  276.    56762   19280 66.0% 12-Apr-97 14:23:18 +drivers.txt
  277.    21374    8577 59.8% 12-Apr-97 14:23:18 +fonts.txt
  278.    11704    4871 58.3% 12-Apr-97 14:23:32 +gs.1
  279.     7405    3387 54.2% 12-Apr-97 14:23:20 +helpers.txt
  280.    10528    4528 56.9% 12-Apr-97 14:23:20 +hershey.txt
  281.    12424    5113 58.8% 12-Apr-97 14:23:20 +history1.txt
  282.   191160   74535 61.0% 12-Apr-97 14:23:22 +history2.txt
  283.   115087   43096 62.5% 12-Apr-97 14:23:22 +history3.txt
  284.     2501    1204 51.8% 12-Apr-97 14:23:24 +humor.txt
  285.     9998    4054 59.4% 12-Apr-97 14:23:24 +install.txt
  286.    25079    8956 64.2% 12-Apr-97 14:23:24 +language.txt
  287.    13737    5133 62.6% 12-Apr-97 14:23:26 +lib.txt
  288.    48591   18850 61.2% 12-Apr-97 14:23:26 +make.txt
  289.    22413    9062 59.5% 12-Apr-97 14:23:26 +new-user.txt
  290.   208467   78014 62.5% 12-Apr-97 14:23:14 +NEWS
  291.     2517    1188 52.8% 12-Apr-97 14:23:28 +ps2epsi.txt
  292.     4285    2050 52.1% 12-Apr-97 14:23:28 +ps2pdf.txt
  293.     8342    3237 61.1% 12-Apr-97 14:23:28 +psfiles.txt
  294.     9738    3977 59.1% 12-Apr-97 14:23:14 +PUBLIC
  295.     3160    1451 54.0% 12-Apr-97 14:23:28 +public.txt
  296.     7122    2700 62.0% 12-Apr-97 14:23:16 +README
  297.     6365    2772 56.4% 12-Apr-97 14:23:30 +unix-lpr.txt
  298.    48230   17806 63.0% 12-Apr-97 14:23:30 +use.txt
  299.     6756    2790 58.7% 12-Apr-97 14:23:30 +xfonts.txt
  300.     1452     647 55.4% 12-Apr-97 14:23:34 +alphabet.ps
  301.    58543   33081 43.4% 12-Apr-97 14:23:36 +cheq.ps
  302.     2932    1318 55.0% 12-Apr-97 14:23:34 +chess.ps
  303.     1815     426 76.5% 12-Apr-97 14:23:36 +colorcir.ps
  304.    10520    4583 56.4% 12-Apr-97 14:23:36 +escher.ps
  305.    25499   10690 58.0% 12-Apr-97 14:23:36 +golfer.ps
  306.     1529     554 63.7% 12-Apr-97 14:23:38 +grayalph.ps
  307.     2071     746 63.9% 12-Apr-97 14:23:38 +snowflak.ps
  308.    78519   31213 60.2% 12-Apr-97 14:23:38 +tiger.ps
  309.     2465    1230 50.1% 12-Apr-97 14:23:38 +waterfal.ps
  310.        0       0  0.0% 12-Apr-97 22:09:32 +
  311.    16396    5755 64.8% 12-Apr-97 22:17:32 +gs.0
  312.    11704    4871 58.3% 12-Apr-97 14:22:20 +gs.1
  313.      897     428 52.2% 12-Apr-97 22:20:28 +pdf2ps.0
  314.      705     381 45.9% 12-Apr-97 14:22:20 +pdf2ps.1
  315.     1352     620 54.1% 12-Apr-97 22:20:08 +ps2ascii.0
  316.     1047     517 50.6% 12-Apr-97 14:22:20 +ps2ascii.1
  317.     3774    1476 60.8% 12-Apr-97 22:21:08 +ps2epsi.0
  318.     2620    1221 53.3% 12-Apr-97 14:22:22 +ps2epsi.1
  319.     1512     749 50.4% 12-Apr-97 22:20:44 +ps2pdf.0
  320.     1282     666 48.0% 12-Apr-97 14:22:22 +ps2pdf.1
  321. -------- ------- ----- --------- --------
  322.  1809761  690591 61.8% 16-Apr-97 00:59:20   147 files
  323.